SYNTAX:
HS_SET_DRV_LEVEL(PINS, DRV_HI_LEVEL, DRV_LOW_LEVEL, VTT_LEVEL [, DRV_HI_OFFSET=x] [, DRV_LOW_OFFSET=x] [, VTT_OFFSET=x] [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY]);
NOTE: The argument which can use _C_Variable (PINS, DRV_HI_LEVEL, DRV_LOW_LEVEL, VTT_LEVEL [, DRV_HI_OFFSET=x] [, DRV_LOW_OFFSET=x] [, VTT_OFFSET=x])
DESCRIPTION:
Set pin or pin group drive high level, drive low level drive third state level and voltage range.
REQUIRED ARGUMENT:
PARA1: PINS
PIN_GROUP_NAME or PIN_NAME or _C_Variable
PARA2: DRV_HI_LEVEL
Voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
PARA3: DRV_LOW_LEVEL
Voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
PARA4: VTT_LEVEL
Voltage value, unit: V, mV or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
OPTIONAL ARGUMENT:
PARA: DRV_HI_OFFSET=x
x: Voltage value or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
This argument effect with LOOP_UNTIL_PASS_COUNT/LOOP_UNTIL_FAIL_COUNT
DRV_HI_LEVEL increased the value of x with LOOP_PASS_COUNT/LOOP_FAIL_COUNT increased.
Default: 0.
PARA: DRV_LOW_OFFSET=x
x: Voltage value or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
This argument effect with LOOP_UNTIL_PASS_COUNT/LOOP_UNTIL_FAIL_COUNT
DRV_LOW_LEVEL increased the value of x with LOOP_PASS_COUNT/LOOP_FAIL_COUNT increased.
Default: 0.
PARA: VTT_OFFSET=x
x: Voltage value or parameter name or GB1~64/MEASURE_VALUE/PinName variable or _C_Variable(double).
This argument effect with LOOP_UNTIL_PASS_COUNT/LOOP_UNTIL_FAIL_COUNT
VTT_LEVEL increased the value of x with LOOP_PASS_COUNT/LOOP_FAIL_COUNT increased.
Default: 0.
PARA: ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY
ALL_SITE_ON: Set this driver executed on every site, even on the fail site.
FAIL_SITE_ONLY: Set this driver executed on the fail site only.
PLAN_FAIL_SITE_ONLY: Driver executed on the fail site ,it will occurs at this plan Fail site only.
Default: Set driver executed on the pass site only.
EXAMPLE:
HS_SET_DRV_LEVEL(ALLPIN, 2.3V, 0.1V, 0.0V);
HS_SET_DRV_LEVEL(ALLPIN, 2.0V, 0.0V, 0.0V, DRV_HI_OFFSET=-0.1V);
HS_SET_DRV_LEVEL(ALLPIN, 2.0V, 0.0V, 0.0V, DRV_LOW_OFFSET=0);